home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / games2 / ang279v6.lha / Angband / help / option.txt < prev    next >
Text File  |  1996-05-14  |  19KB  |  508 lines

  1. === List of options and effects (Angband 2.7.9v2) ===
  2.  
  3.  
  4.           /*** User-Interface ***/
  5.  
  6. "rogue_like_commands",    "Rogue-like commands"
  7.  
  8.     Selects the "roguelike" command set (see "command.txt" for info)
  9.   
  10. "quick_messages",         "Quick messages"
  11.  
  12.     Allows the use of any keypress as a response to the "-more-" prompt.
  13.     Allows any non-"Y" key to mean "no" to the "[y/n]" prompt.  Useful for
  14.     farming lice and worms.
  15.     
  16. "other_query_flag",       "Prompt for various information"
  17.  
  18.     Forces the game to ask you before taking various actions, such as using
  19.     things which might cause your pack to overflow.  Forces the game to ask
  20.     you which hand to place rings on.
  21.     
  22. "carry_query_flag",       "Prompt before picking things up"
  23.  
  24.     Forces the game to ask you if you want to pick something up when you
  25.     do something that would normally cause the item to be picked up.
  26.     
  27. "use_old_target",         "Use old target by default"
  28.  
  29.     Forces all commands which normally ask for a "direction" to use the
  30.     current "target" if there is one.  Use of this option can be dangerous
  31.     if you target locations on the ground, unless you clear them when done.
  32.     
  33. "always_pickup",          "Pick things up by default"
  34.  
  35.     Tells the game that walking onto an item should attempt to pick it up.
  36.     Otherwise, you must use the "g" command, or the "-" command while walking.
  37.     Combined with "carry_query_flag", allows you to selectively pick up all
  38.     items which you step on.
  39.  
  40. "always_throw",           "Accept all throw commands"
  41.  
  42.     Tells the game not to force you to verify "throw" commands.  See the
  43.     "command.txt" help file and compare "throw" to "fire" and "destroy".
  44.  
  45. "always_repeat",          "Repeat obvious commands"
  46.  
  47.     Tells the game that when you attempt to "open" a door or chest, "bash"
  48.     a door, "tunnel" through walls, or "disarm" traps or chests, that you
  49.     wish to "repeat" the command 99 times or until it succeeds.  See also
  50.     "repeating a command" in the "command.txt" help file.
  51.  
  52. "plain_descriptions",     "Plain object descriptions"
  53.  
  54.     Tells the game not to display "extra" information such as the colors of
  55.     potions or the labels on scrolls if you know what the item actually does.
  56.     
  57. "equippy_chars",          "Display Equippy Characters"
  58.  
  59.     Display a set of "equipment pictures" representing the twelve slots in
  60.     which you can have equipment.  This is not very useful, and occupies the
  61.     same space as the "monster health bar".
  62.     
  63. "show_health_bar",        "Display Monster Health Bar"
  64.  
  65.     Display a "status" bar for the monster most recently attacked or targetted,
  66.     with stars showing the "health", color showing the "status", and an empty
  67.     status bar indicating that the monster is not currently in view.
  68.  
  69. "show_spell_info",        "Show extra spell info"
  70.  
  71.     Display "extra" information about spells/prayers when you browse a book
  72.     or ask for a list when studying or casting/praying.
  73.  
  74. "depth_in_feet",          "Show dungeon level in feet"
  75.  
  76.     Display the dungeon depth in "feet" instead of as an actual level.  This
  77.     also affects the monster memory display.
  78.  
  79. "notice_seams",           "Notice mineral seams"
  80.  
  81.     Force the "look" command to describe every "seam" in view.  This option
  82.     is rarely used.  To force "seams" to be displayed like "normal" walls,
  83.     you must use a "user pref file", see "pref.prf" for details.
  84.  
  85. "compress_savefile",      "Compress savefiles"
  86.  
  87.     Compress the savefile, by only saving the most recent "messages" that
  88.     the player has received.  This can cut the size of the savefile by a
  89.     drastic amount, but will result in the loss of message information.
  90.  
  91. "ring_bell",              "Audible bell (on errors, etc)"
  92.  
  93.     Attempt to make a "bell" noise when various "errors" occur.
  94.     
  95. "hilite_player",          "Hilite the player with the cursor"
  96.  
  97.     Place the visible cursor on the player.  This looks find on some Unix
  98.     machines, but horrible on most graphics machines.  Note that only some
  99.     machines are able to *not* show the cursor, but on those machines, hiding
  100.     the cursor often speeds up the game and looks better.
  101.     
  102. "use_color",              "Use color if possible (slow)"
  103.  
  104.     This option enables the software support for "color".  Since this makes
  105.     the game slower, you should always disable this option if you are using
  106.     a machine which is not capable of using color.
  107.  
  108. "view_yellow_lite",       "Draw Torch-Lite in yellow (slow)"
  109.  
  110.     This option causes the grids illuminated by the player's "light" to be
  111.     drawn in yellow.  Turning this option off will improve game speed.
  112.  
  113. "view_bright_lite",       "Draw Viewable Lite brightly (v.slow)"
  114.  
  115.     This option causes the grids which are *not* "viewable" by the player
  116.     to be drawn in "dimmer" colors, enabling the player to focus on those
  117.     grids which are actually relevant.  This option also allows the player
  118.     to deduce the existance of certain walls in certain situations, most
  119.     notably when combined with the "optimize_display" option.  Turning this
  120.     option off will *greatly* improve game speed in many situations.
  121.  
  122.  
  123.           /*** Disturbance ***/
  124.  
  125. "find_ignore_stairs",     "Run past stairs"
  126.  
  127.     Ignore stairs when running.
  128.     
  129. "find_ignore_doors",      "Run through open doors"
  130.  
  131.     Ignore open doors when running.
  132.     
  133. "find_cut",               "Run past known corners"
  134.  
  135.     Cut sharply around "known" corners when running.  This will result in
  136.     "faster" running, but may cause you to run into a "lurking" monster.
  137.  
  138. "find_examine",           "Run into potential corners"
  139.  
  140.     Fully explore "potential corners" in hallways.
  141.     
  142. "disturb_near",           "Disturb whenever monster moves (nearby)"
  143.  
  144.     The "distubance" options allow you to determine what should "disturb"
  145.     your character, cancelling running, resting, and repeated commands.
  146.     This option causes you to "notice" motion of nearby monsters.
  147.  
  148. "disturb_move",           "Disturb whenever monster moves (anywhere)"
  149.  
  150.     This option causes you to "notice" motion of any monster.
  151.     
  152. "disturb_enter",          "Disturb whenever monster appears"
  153.  
  154.     This option causes you to "notice" the "appearance" of any monster.
  155.     
  156. "disturb_leave",          "Disturb whenever monster disappears"
  157.  
  158.     This option causes you to "notice" the "disappearance" of any monster.
  159.     
  160. "disturb_panel",          "Disturb whenever map panel changes"
  161.  
  162.     This option causes you to be disturbed by the screen "scrolling".
  163.     
  164. "disturb_other",          "Disturb whenever various things happen"
  165.  
  166.     This option causes you to be disturbed by various things, including
  167.     monsters bashing down doors.
  168.     
  169. "flush_command",          "Flush input before normal commands"
  170.  
  171.     This option forces the game to flush all pending input before every
  172.     command.  This option is silly.
  173.     
  174. "flush_disturb",          "Flush input whenever disturbed"
  175.  
  176.     This option forces the game to flush all pending input whenever the
  177.     character is "disturbed".  This is useful if you use macros which take
  178.     time, since it will prevent you from continuing your macro while being
  179.     attacked by a monster.
  180.     
  181. "flush_failure",          "Flush input on various failures"
  182.  
  183.     This option forces the game to flush all pending input whenever various
  184.     "failures" occur, such as failure to cast a spell, failure to use a wand,
  185.     etc.  This is very useful if you use macros which include "directional"
  186.     components with commands that can fail, since it will prevent you from
  187.     walking towards monsters when your spells fail.
  188.  
  189. "fresh_before",           "Flush output before all commands"
  190.  
  191.     This option forces the game to flush all output before every command.
  192.     This will give you maximal information, but will slow down the game,
  193.     and is not really necessary, since the game always flushes the output
  194.     when waiting for you to press a key.
  195.     
  196. "fresh_after",            "Flush output after all commands"
  197.  
  198.     This option forces the game to flush all output after every command.
  199.     This will give you maximal information, but will slow down the game.
  200.     
  201. "fresh_find",             "Flush output while running (slow)"
  202.  
  203.     This option forces the game to flush all output while you are running.
  204.     This will give you maximal information, but will slow down the game.
  205.     
  206. "filch_message",          "Flush messages before every new message"
  207.  
  208.     This option is silly, but causes each message to be displayed on a
  209.     line by itself.
  210.     
  211. "filch_disturb",          "Flush messages before every disturbance"
  212.  
  213.     This option is silly, but allows maximal correspondance between the
  214.     cause of disturbance and any messages related to that disturbance.
  215.     
  216. "alert_hitpoint",         "Alert user to critical hitpoints"
  217.  
  218.     Produce a "bell" noise, and flush all pending input, when your hitpoints
  219.     reach the "critical point" chosen elsewhere, preventing stupid deaths.
  220.  
  221. "alert_failure",          "Alert user to various failures"
  222.  
  223.     Produce a "bell" noise, and flush all pending input, when various
  224.     "failures" occur, as described above.
  225.  
  226.  
  227.           /*** Inventory ***/
  228.  
  229. "show_inven_weight",      "Show weights in inventory list"
  230.  
  231.     Display the weights of objects in the "inventory" list.
  232.  
  233. "show_equip_weight",      "Show weights in equipment list"
  234.  
  235.     Display the weights of objects in the "equipment" list.
  236.  
  237. "show_store_weight",      "Show weights in stores"
  238.  
  239.     Display the weights of objects in the "store" lists.
  240.  
  241. "show_equip_label",       "Show labels in equipment list"
  242.  
  243.     Display "labels" (such as "Wielding") in the "equipment" list.
  244.  
  245. "stack_allow_items",      "Allow weapons and armor to stack"
  246.  
  247.     Allow identical weapons and armor to be combined into a stack.
  248.     
  249. "stack_allow_wands",      "Allow wands/staffs/rods to stack"
  250.  
  251.     Allow identical wands/staffs/rods to be combined into a stack.
  252.     This may force the items to be "unstacked" to use them, which
  253.     may result in "overflow" of the stack.  Also, the entire stack
  254.     can be recharged (and possibly destroyed) at the same time.
  255.     
  256. "stack_force_notes",      "Over-ride inscriptions when stacking"
  257.  
  258.     Ignore "inscriptions" when stacking.
  259.     
  260. "stack_force_costs",      "Over-ride discounts when stacking"
  261.  
  262.     Force "normal" items to stack with "discounted" items, such that
  263.     all the items acquire the "discount".  Annoying but sometimes useful.
  264.     
  265. "auto_combine_pack",      "Automatically combine items in the pack"
  266.  
  267.     Automatically combine similar items in your pack.  Very useful.
  268.     
  269. "auto_reorder_pack",      "Automatically reorder items in the pack"
  270.  
  271.     Automatically "sort" the items in your pack.  Very useful.
  272.     
  273. "no_haggle_flag",         "Disable haggling in stores"
  274.  
  275.     Disable "haggling" in stores, resulting in a ten percent sales tax
  276.     on items which you would have otherwise been forced to haggle for.
  277.     
  278. "shuffle_owners",         "Shuffle store owners"
  279.  
  280.     Allow the store owners to be "bought out" by other store owners.
  281.     
  282.  
  283.           /*** Game-Play ***/
  284.  
  285. "view_perma_grids",       "Map remembers all perma-lit grids"
  286.  
  287.     Memorize all "perma-lit" grids which you see in the dungeon.
  288.     This allows you to see what illuminated grids you have seen,
  289.     but prevents you from knowing which grids are currently in
  290.     view, unless you are using the "view_bright_lite" option.
  291.     
  292. "view_torch_grids",       "Map remembers all torch-lit grids"
  293.  
  294.     Memorize all "torch-lit" grids which you see in the dungeon.
  295.     This allows you to see where you have been, but prevents you
  296.     from knowing which grids are illuminated.
  297.  
  298. "scum_always",            "Auto-scum for good levels (always)"
  299.  
  300.     This is a hack but allows you to force the generation of "good" levels
  301.     in the dungeon.  You may have to wait a long time for this on some slow
  302.     machines.  Note that "good" levels usually include "jelly pits" or other
  303.     annoying things, so do not complain.
  304.     
  305. "scum_sometimes",         "Auto-scum for good levels (sometimes)"
  306.  
  307.     This is a hack but allows you to force the generation of "good" levels
  308.     in the dungeon.  You may have to wait a long time for this on some slow
  309.     machines.  Note that "good" levels usually include "jelly pits" or other
  310.     annoying things, so do not complain.  This option will terminate after
  311.     testing 100 levels, which may prevent extremely long generation delays.
  312.     
  313. "dungeon_align",          "Generate dungeons with aligned rooms"
  314.  
  315.     Force all rooms to be "aligned" with the "panel" divisions.  This results
  316.     in a much "prettier" dungeon, but may result in fewer greater vaults.
  317.  
  318. "dungeon_stair",          "Generate dungeons with connected stairs"
  319.  
  320.     Always generate a staircase back to the level you came from, if you used
  321.     a staircase to get to the level.  This is more "realistic", and "safer",
  322.     but less of a "challenge" for some people.
  323.     
  324. "flow_by_sound",          "Monsters chase current location (v.slow)"
  325.  
  326.     Allow monsters to make paths to the player when they are nearby.  This
  327.     option is extremely slow, but can produce viciously smart monsters.
  328.     
  329. "flow_by_smell",          "Monsters chase recent locations (v.slow)"
  330.  
  331.     As above, but also allow monsters to take advantage of "old" trails
  332.     that you may have left in the dungeon.
  333.     
  334. "track_follow",           "Monsters follow the player (beta)"
  335.  
  336.     This option is currently non-functional.
  337.     
  338. "track_target",           "Monsters target the player (beta)"
  339.  
  340.     This option is currently non-functional.
  341.     
  342. "smart_learn",            "Monsters learn from their mistakes"
  343.  
  344.     Allow monsters to learn what spell attacks you are resistant to,
  345.     and to use this information to choose the best attacks.
  346.     
  347. "smart_cheat",            "Monsters exploit players weaknesses"
  348.  
  349.     Allow monsters to know what spell attacks you are resistant to,
  350.     and to use this information to choose the best attacks.
  351.  
  352.  
  353.           /*** Efficiency ***/
  354.  
  355. "view_reduce_lite",       "Reduce lite-radius when running"
  356.  
  357.     Make running slightly more efficient, at the cost of knowledge.
  358.     
  359. "view_reduce_lite_town",  "Reduce lite-radius when running (in town)"
  360.  
  361.     Make running slightly more efficient, at the cost of knowledge,
  362.     but only if you are in town.
  363.     
  364. "view_reduce_view",       "Reduce view-radius when running"
  365.  
  366.     Make running mush more efficient, at the cost of knowledge.
  367.     
  368. "view_reduce_view_town",  "Reduce view-radius when running (in town)"
  369.  
  370.     Make running mush more efficient, at the cost of knowledge,
  371.     but only if you are in town.
  372.     
  373. "optimize_running",       "Optimize various things when running"
  374.  
  375.     Do not actually display the player when he is "running".  Combined
  376.     with turning the "fresh_running" option off, this results in running
  377.     being so fast as to appear "instantaneous" on some machines.
  378.     
  379. "optimize_resting",       "Optimize various things when resting"
  380.  
  381.     This does not actually do anything right now, since resting is
  382.     already extremely optimized.
  383.  
  384. "optimize_display",       "Optimize various things (visual display)"
  385.  
  386.     Allow "walls" to be "translucent" to light.  This speeds up a lot of
  387.     the code, but allows the player to notice when there is an illuminated
  388.     room on the other side of a wall, even though he should not know this.
  389.  
  390. "optimize_various",       "Optimize various things (message recall)"
  391.  
  392.     Combine identical messages in the "message recall" list to minimize
  393.     the number of screens of messages you have to view.  This can cause
  394.     misleading information since the messages often refer to different
  395.     monsters or objects.
  396.  
  397.  
  398.           /*** Special ***/
  399.  
  400. "use_mirror_recent",      "Recall monster races in mirror window"
  401.  
  402.     Use the "mirror" window to display "recent monster race" info.
  403.     
  404. "use_mirror_normal",      "Show equip/inven in mirror window"
  405.  
  406.     Use the "mirror" window to display the current "equip/inven".
  407.     
  408. "use_mirror_choose",      "Show item choices in mirror window"
  409.  
  410.     Use the "mirror" window to display item choices.
  411.     
  412. "use_mirror_spells",      "Show spell choices in mirror window"
  413.  
  414.     Use the "mirror" window to display spell choices.
  415.     
  416. "use_recall_recent",      "Recall monster races in recall window"
  417.  
  418.     Use the "recall" window to display "recent monster race" info.
  419.     
  420. "use_choice_normal",      "Show inven/equip in choice window"
  421.  
  422.     Use the "choice" window to display the current "inven/equip".
  423.     
  424. "use_choice_choose",      "Show item choices in choice window"
  425.  
  426.     Use the "choice" window to display item choices.
  427.     
  428. "use_choice_spells",      "Show spell choices in choice window"
  429.  
  430.     Use the "choice" window to display spell choices.
  431.     
  432. "show_choose_prompt",     "Show prompt in choice window"
  433.  
  434.     Currently unused.
  435.     
  436. "show_choose_info",       "Show info in choice window"
  437.  
  438.     Currently unused.
  439.     
  440. "show_choose_label",      "Show labels in choice window"
  441.  
  442.     Show "equipment labels" in the "mirror" / "choice" windows.
  443.  
  444. "show_choose_weight",     "Show weights in choice window"
  445.  
  446.     Show "weights" in the "mirror" / "choice" windows.
  447.     
  448. "recall_show_desc",       "Recall monster descriptions"
  449.  
  450.     Show "monster descriptions" in the "mirror" / "recall" windows,
  451.     and in the "on-screen recall" of monsters.
  452.     
  453. "recall_show_kill",       "Recall monster kill counts"
  454.  
  455.     Show "monster kill counts" in the "mirror" / "recall" windows,
  456.     and in the "on-screen recall" of monsters.
  457.     
  458.  
  459.           /*** Cheating ***/
  460.  
  461. "cheat_peek",             "Peek into object creation"
  462.  
  463.     Cheaters never win.  But they can peek at object creation.
  464.  
  465. "cheat_hear",             "Peek into monster creation"
  466.  
  467.     Cheaters never win.  But they can peek at monster creation.
  468.  
  469. "cheat_room",             "Peek into dungeon creation"
  470.  
  471.     Cheaters never win.  But they can peek at room creation.
  472.  
  473. "cheat_xtra",             "Peek into something else"
  474.  
  475.     Cheaters never win.  But they can see debugging messages.
  476.  
  477. "cheat_know",             "Know complete monster info"
  478.  
  479.     Cheaters never win.  But they can know all about monsters.
  480.  
  481. "cheat_live",             "Allow player to avoid death"
  482.  
  483.     Cheaters never win.  But they can cheat death.
  484.  
  485.  
  486.           /*** Left Over Information ***/
  487.  
  488. The "hitpoint_warn" value, if non-zero, is the percentage of maximal hitpoints
  489. at which the player is warned that he may die.  It is also used as the cut-off
  490. for using red to display both hitpoints and mana.
  491.  
  492. The "delay_spd" value, if non-zero, is used to "slow down" the game, which is
  493. useful to allow you to "observe" the temporal effects of bolt, beam, and ball
  494. attacks.
  495.  
  496. The "preserve" flag, if set when the character was created, cancels all level
  497. feelings of the "special" variety, but allows "missed" artifacts to be "saved"
  498. by wandering monsters and found again at a later time.  This only works for
  499. non-identified artifacts.
  500.  
  501. The "maximize" flag, if set when the character was created, causes the "race"
  502. and "class" stat bonuses to be applied as "equipment" bonuses.  This usually
  503. makes the character harder at the beginning of the game, but easier later on,
  504. since the stats are no longer limited to a "natural 18/100 value".
  505.  
  506.  
  507. --- Ben ---
  508.